FlexReport for WPF
ReportNamedCollection<TItem> クラス
メンバ 


C1.WPF.Report アセンブリ > C1.WPF.Report 名前空間 : ReportNamedCollection<TItem> クラス
The type of the collection items.
Represents a C1.WPF.Document.NamedCollection<TItem> that notifies C1.WPF.Report.C1FlexReport about changes.
オブジェクト モデル
ReportNamedCollection<TItem> クラス
シンタックス
'宣言
 
Public MustInherit Class ReportNamedCollection(Of TItem As {INamedObject, IOwnedObject, ICloneableObject}) 
   Inherits C1.WPF.Document.NamedCollection(Of TItem)
'使用法
 
Dim instance As ReportNamedCollection(Of TItem)
public abstract class ReportNamedCollection<TItem> : C1.WPF.Document.NamedCollection<TItem> 
where TItem: INamedObject, IOwnedObject, ICloneableObject
型パラメータ
TItem
The type of the collection items.
継承階層

System.Object
   System.Collections.ObjectModel.Collection<T>
               C1.WPF.Report.ReportNamedCollection<TItem>
                  C1.WPF.Report.CalculatedFieldCollection
                  C1.WPF.Report.ReportParameterValues

参照

ReportNamedCollection<TItem> メンバ
C1.WPF.Report 名前空間